home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / freeWAIS-sf-1.1 / ctype / Makefile < prev    next >
Makefile  |  1995-07-26  |  2KB  |  77 lines

  1. # Generated automatically from Makefile.in by configure.
  2. ############################ -*- Mode: Makefile -*- ###########################
  3. ## Makefile.in --
  4. ## ITIID           : $ITI$ $Header $__Header$
  5. ## Author          : Ulrich Pfeifer
  6. ## Created On      : Wed Mar 23 09:48:45 1994
  7. ## Last Modified By: Ulrich Pfeifer
  8. ## Last Modified On: Thu Dec 22 15:55:28 1994
  9. ## Update Count    : 21
  10. ## Status          : Unknown, Use with caution!
  11. ###############################################################################
  12. prefix = /usr/skunk
  13. exec_prefix = ${prefix}
  14. VPATH = /v/wrk/usr/src/Tools/freeWAIS-sf-1.1/ctype
  15.  
  16.            srcdir = /v/wrk/usr/src/Tools/freeWAIS-sf-1.1/ctype
  17.                RM = rm -f
  18.            RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
  19.            CFLAGS = -g
  20.                CC = cc
  21.              DEFS = -DHAVE_CONFIG_H    
  22.              LIBS =  -lintl -lsocket
  23.          CPPFLAGS =
  24.  
  25. .c.o:
  26.     $(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $<
  27.  
  28.  
  29. all:: ctype.o
  30.  
  31. test: ctest
  32.     ./ctest
  33.  
  34. mkctype: mkctype.o
  35.     $(RM) mkctype
  36.     $(CC) $(LDFLAGS) -o $@ mkctype.o $(LIBS)
  37.  
  38. clean::
  39.     $(RM) mkctype
  40.  
  41. ctest: ctest.o ctype.o
  42.     $(CC) $(LDFLAGS) -o $@ ctest.o ctype.o $(LIBS)
  43.  
  44. clean::
  45.     $(RM) ctest
  46.  
  47. includes:: ctype.c
  48.  
  49. ctype.c: mkctype ctype.tmpl
  50.     ./mkctype > ctype.c
  51.     cat ctype.tmpl >> ctype.c
  52.  
  53. veryclean:: clean
  54.     $(RM) ctype.c
  55.  
  56. clean::
  57.     $(RM_CMD) "#"*
  58.  
  59. Makefile::
  60.     $(SHELL) ../config.status
  61.  
  62. tags::
  63.     $(TAGS) -w *.[ch]
  64.     $(TAGS) -xw *.[ch] > TAGS
  65.  
  66. install::
  67.     @echo "install in $(CURRENT_DIR) done"
  68.  
  69. install.man::
  70.     @echo "install.man in $(CURRENT_DIR) done"
  71.  
  72. Makefiles::
  73.  
  74. includes::
  75.  
  76.  
  77.